home *** CD-ROM | disk | FTP | other *** search
- #ifndef __Shell_RectSave_h
- #define __Shell_RectSave_h
-
- #ifndef __Shell_h
- #include "Shell.Shell.h"
- #endif
-
-
- void Shell_InitRectSave(
- char *windowname, /* Name of savewindow in templates file */
- icon_handle dragsprite,
- icon_handle okbutton,
- icon_handle cancelbutton,
- icon_handle filenameicon
- );
- /* Call this after you have loaded your templates file, and */
- /* it will set up default Event_ handlers for your save window */
- /* which will be opened when you do a Shift-Click on any Shell_ */
- /* window. This enables you to save any Shell_ rectangle from a */
- /* Shell_ window to a text-editor or a file. */
-
- /* NB the save library uses the RO3 message message_MENUSDELETED */
- /* so might not work too well on RO2... */
-
-
-
- #endif
-